PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFCheckWidget Class / setIsChecked Method
True if the check widget is in the checked state; otherwise, false.
In This Topic
    setIsChecked Method
    In This Topic
    Gets or set a value indicating whether the check widget is in the checked state.
    Syntax
    public void setIsChecked( 
       boolean value
    )

    Parameters

    value
    True if the check widget is in the checked state; otherwise, false.
    See Also